home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Comms / commService 2.0.1 Final / AppleScripts / Param File Launch < prev    next >
Encoding:
Text File  |  1994-11-22  |  282 b   |  9 lines  |  [TEXT/ToyS]

  1. set FileToOpen to choose file with prompt "Select parameter file to use :" of type "TEXT" as string
  2. tell application "commsService"
  3.     try
  4.         set launchName to open FileToOpen
  5.     on error errMsg
  6.         beep
  7.         display dialog "commsService error - " & return & return & errMsg
  8.     end try
  9. end tell